go/types.graphNode.cost (method)

3 uses

	go/types (current package)
		initorder.go#L190: func (n *graphNode) cost() int {
		initorder.go#L251: 		return funcG[i].cost() < funcG[j].cost()